Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BAM header parsing failing on refNames containing a colon #103

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

cmdcolin
Copy link
Collaborator

the full string split on : fails to parse refNames containing a colon, so this PR does "split on first :" is all that is needed

note: similar code will probably go to CRAM also

@cmdcolin cmdcolin force-pushed the fix_bam_header_colon branch from af67222 to 1c411e6 Compare February 20, 2024 12:52
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20bae27) 80.90% compared to head (1c411e6) 74.65%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage   80.90%   74.65%   -6.26%     
==========================================
  Files          13       13              
  Lines        1079     1081       +2     
  Branches      242      230      -12     
==========================================
- Hits          873      807      -66     
- Misses        206      273      +67     
- Partials        0        1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmdcolin cmdcolin merged commit 37aded4 into master Feb 20, 2024
2 of 3 checks passed
@cmdcolin cmdcolin deleted the fix_bam_header_colon branch February 20, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant